|
CmdMessenger
3.0
CmdMessenger is a serial port messaging library for the .Net / Mono Platform.
|
Queue of received commands. More...
Public Member Functions | |
| SendCommandQueue (DisposeStack disposeStack, CmdMessenger cmdMessenger) | |
| send command queue constructor. | |
| void | SendCommand (SendCommand sendCommand) |
| Sends a command. Note that the command is put at the front of the queue. | |
| void | QueueCommand (SendCommand sendCommand) |
| Queue the send command. | |
| override void | QueueCommand (CommandStrategy commandStrategy) |
| Queue the send command wrapped in a command strategy. | |
Protected Member Functions | |
| override void | ProcessQueue () |
| Process the queue. | |
Queue of received commands.
| CommandMessenger.SendCommandQueue.SendCommandQueue | ( | DisposeStack | disposeStack, |
| CmdMessenger | cmdMessenger | ||
| ) |
send command queue constructor.
| disposeStack | DisposeStack. |
| cmdMessenger | The command messenger. |
| override void CommandMessenger.SendCommandQueue.ProcessQueue | ( | ) | [protected, virtual] |
Process the queue.
Reimplemented from CommandMessenger.CommandQueue.
| void CommandMessenger.SendCommandQueue.QueueCommand | ( | SendCommand | sendCommand | ) |
Queue the send command.
| sendCommand | The command to sent. |
| override void CommandMessenger.SendCommandQueue.QueueCommand | ( | CommandStrategy | commandStrategy | ) | [virtual] |
Queue the send command wrapped in a command strategy.
| commandStrategy | The command strategy. |
Reimplemented from CommandMessenger.CommandQueue.
| void CommandMessenger.SendCommandQueue.SendCommand | ( | SendCommand | sendCommand | ) |
Sends a command. Note that the command is put at the front of the queue.
| sendCommand | The command to sent. |
1.7.6.1